home *** CD-ROM | disk | FTP | other *** search
- Path: newsbf02.news.aol.com!not-for-mail
- From: lavileric@aol.com (Lavileric)
- Newsgroups: comp.lang.c++
- Subject: RΘp : c++ class browser
- Date: 18 Feb 1996 06:45:18 -0500
- Organization: America Online, Inc. (1-800-827-6364)
- Sender: root@newsbf02.news.aol.com
- Message-ID: <4g73ge$nb9@newsbf02.news.aol.com>
- References: <4ftt44$5gt@unix.sbu.ac.uk>
- NNTP-Posting-Host: newsbf02.mail.aol.com
- X-Newsreader: AOL Offline Reader
-
- In the article <4ftt44$5gt@unix.sbu.ac.uk>, John Glavey
- <glavey@vax.sbu.ac.ik> wrote :
-
- >Hi I am a final year student trying to write a c++ class parser.
-
- >Are there any applications out there already, that can be customised
- >so I can pipe out c++ class contents.
-
- I have written a C++ pretty-printer. The first step of this pretty-printer
- is to build an internal representation of the parsed program ( a tree). I
- have built the necessary tools to exploit this tree, you could use them to
- create your C++ class browser.
-
- If you want a copy of this free software (GNU acceptance) mail me at
- Lavileric@aol.com. The only limitation is that your creation will also be
- GNU free.
-
- Eric
-
-